home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_860
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
265 b
|
17 lines
on(press){
TexteMail.scroll += 1;
tellTarget("../FlechesRoue")
{
gotoAndStop("Down");
}
set("/Variables:Scroll",1);
tellTarget("ControlScroll")
{
play();
}
tellTarget("../RoueScroll")
{
play();
}
}